python string remove whitespace and newlines

51

python string remove whitespace and newlines -

' '.join(myString.split())

Comments

Submit
0 Comments